Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / BaseCollection<T> Class / SuppressedDataChanging Property

In This Topic
    SuppressedDataChanging Property (BaseCollection<T>)
    In This Topic
    Gets or set the System.Boolean value specifying whether change events should not be fired.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SuppressedDataChanging As Boolean
    public bool SuppressedDataChanging {get;}
    See Also